home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 February / PCWorld_2006-02_cd.bin / software / topware / pspad / pspad450inst_cz.exe / {app} / Context / ASP.DEF < prev    next >
Text File  |  2005-09-28  |  14KB  |  311 lines

  1. ; Tento soubor obsahuje makra programu PSPad pro VBScript
  2. ;
  3. ; ╪ßdky zaΦφnajφcφ st°ednφkem a prßzdnΘ °ßdky jsou ignorovßny
  4. ;
  5. ; Formßt p°φkaz∙ :
  6. ;  [jmΘno_p°φkazu | popis p°φkazu (libovoln² text)]*klßvesovß_zkratka
  7. ;  °ßdek p°φkazu, kter² bude vlo₧en
  8. ;  °ßdek p°φkazu, kter² bude vlo₧en ...
  9. ;
  10. ; hlaviΦka p°φkazu je uzav°ena do [], znak | slou₧φ jako odd∞lovaΦ
  11. ; jmΘna p°φkazu a komentß°e.
  12. ; * urΦuje nepovinnou klßvesovou zkratku
  13. ; pokud °ßdek p°φkazu obsahuje znak |, kurzor se po vlo╛enφ do
  14. ; textu zastavφ na tomto mφst∞
  15. ; pokud °ßdek p°φkazu obsahuje znak º, bude zde vlo₧en oznaΦen² text
  16. ;
  17. ; autor: ing. Jan Fiala pspad@wo.cz
  18. ; poslednφ revize: 14.8.2001
  19. ; update: 9.7.2005 Kodlodot
  20. ;
  21. [Add | Adds a key and item pair to a Dictionary object]
  22. Add |key, item
  23. [Add | Adds a new Folder to a Folders collection]
  24. Add(|folderName)
  25. [BuildPath | Appends a name to an existing path]
  26. BuildPath(|path, name)
  27. [Clear | Clears all property settings of the Err object]
  28. Clear|
  29. [Close | Closes an open TextStream file]
  30. Close|
  31. [Copy | Copies a specified file or folder from one location to another]
  32. Copy destination|[, overwrite]
  33. [CopyFile | Copies one or more files from one location to another]
  34. CopyFile source, destination|[, overwrite]
  35. [CopyFolder | Recursively copies a folder from one location to another]
  36. CopyFolder source, destination|[, overwrite]
  37. [CreateFolder | Creates a folder]
  38. CreateFolder(|foldername)
  39. [CreateTextFile | Creates a specified file name and returns a TextStream object that can be used to read from or write to the file]
  40. CreateTextFile(|filename[, overwrite[, unicode]])
  41. [Delete | Deletes a specified file or folder]
  42. Delete |force
  43. [DeleteFile | Deletes a specified file]
  44. DeleteFile filespec|[, force]
  45. [DeleteFolder | Deletes a specified folder and its contents]
  46. DeleteFolder folderspec|[, force]
  47. [DriveExists | Returns True if the specified drive exists; False if it does not]
  48. DriveExists(|drivespec)
  49. [Execute | Executes a regular expression search against a specified string]
  50. Execute(|string)
  51. [Exists | Returns True if a specified key exists in the Dictionary object, False if it does not]
  52. Exists(|key)
  53. [FileExists | Returns True if a specified file exists; False if it does not]
  54. FileExists(|filespec)
  55. [FolderExists | Returns True if a specified folder exists; False if it does not]
  56. FolderExists(|folderspec)
  57. [GetAbsolutePathName | Returns a complete and unambiguous path from a provided path specification]
  58. GetAbsolutePathName(|pathspec)
  59. [GetBaseName | Returns a string containing the base name of the file (less any file extension), or folder in a provided path specification]
  60. GetBaseName(|path)
  61. [GetDrive | Returns a Drive object corresponding to the drive in a specified path]
  62. GetDrive |drivespec
  63. [GetDriveName | Returns a string containing the name of the drive for a specified path]
  64. GetDriveName(|path)
  65. [GetExtensionName | Returns a string containing the extension name for the last component in a path]
  66. GetExtensionName(|path)
  67. [GetFile | Returns a File object corresponding to the file in a specified path]
  68. GetFile(|filespec)
  69. [GetFileName | Returns the last file name or folder of a specified path that is not part of the drive specification]
  70. GetFileName(|pathspec)
  71. [GetFolder | Returns a Folder object corresponding to the folder in a specified path]
  72. GetFolder(|folderspec)
  73. [GetParentFolderName | Returns a string containing the name of the parent folder of the last file or folder in a specified path]
  74. GetParentFolderName(|path)
  75. [GetSpecialFolder | Returns the special folder specified]
  76. GetSpecialFolder(|folderspec)
  77. [GetTempName | Returns a randomly generated temporary file or folder name that is useful for performing operations that require a temporary file or folder]
  78. GetTempName|
  79. [Items | Returns an array containing all the items in a Dictionary object]
  80. Items|
  81. [Keys | Returns an array containing all existing keys in a Dictionary object]
  82. Keys|
  83. [Move | Moves a specified file or folder from one location to another]
  84. Move |destination
  85. [MoveFile | Moves one or more files from one location to another]
  86. MoveFile |source, destination
  87. [MoveFolder | Moves one or more folders from one location to another]
  88. MoveFolder |source, destination
  89. [OpenAsTextStream | Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file]
  90. OpenAsTextStream(|[iomode, [format]])
  91. [OpenTextFile | Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file]
  92. OpenTextFile(|filename[, iomode[, create[, format]]])
  93. [Raise | Generates a run-time error]
  94. Raise(|number, source, description, helpfile, helpcontext)
  95. [Read | Reads a specified number of characters from a TextStream file and returns the resulting string]
  96. Read(|characters)
  97. [ReadAll | Reads an entire TextStream file and returns the resulting string]
  98. ReadAll|
  99. [ReadLine | Reads an entire line (up to, but not including, the newline character) from a TextStream file and returns the resulting string]
  100. ReadLine|
  101. [Remove | Removes a key, item pair from a Dictionary object]
  102. Remove(|key)
  103. [RemoveAll | The RemoveAll method removes all key, item pairs from a Dictionary object]
  104. RemoveAll|
  105. [Replace | Replaces text found in a regular expression search]
  106. Replace(|string1, string2)
  107. [Skip | Skips a specified number of characters when reading a TextStream file]
  108. Skip(|characters)
  109. [SkipLine | Skips the next line when reading a TextStream file]
  110. SkipLine|
  111. [Test | Executes a regular expression search against a specified string and returns a Boolean value that indicates if a pattern match was found]
  112. Test(|string)
  113. [Write | Writes a specified string to a TextStream file]
  114. Write(|string)
  115. [WriteBlankLines | Writes a specified number of newline characters to a TextStream file]
  116. WriteBlankLines(|lines)
  117. [WriteLine | Writes a specified string and newline character to a TextStream file]
  118. WriteLine(|[string])
  119. [AtEndOfLine | Returns True if the file pointer immediately precedes the end-of-line marker in a TextStream file; False if it is not. Read-only]
  120. AtEndOfLine|
  121. [AtEndOfStream | Returns True if the file pointer is at the end of a TextStream file; False if it is not. Read-only]
  122. AtEndOfStream|
  123. [Attributes | Sets or returns the attributes of files or folders. Read/write or read-only, depending on the attribute]
  124. Attributes |[= newattributes]
  125. [AvailableSpace | Returns the amount of space available to a user on the specified drive or network share]
  126. AvailableSpace|
  127. [Column | Read-only property that returns the column number of the current character position in a TextStream file]
  128. Column|
  129. [CompareMode | Sets and returns the comparison mode for comparing string keys in a Dictionary object]
  130. CompareMode|[ = compare]
  131. [Count | Returns the number of items in a collection or Dictionary object. Read-only]
  132. Count|
  133. [DateCreated | Returns the date and time that the specified file or folder was created. Read-only]
  134. DateCreated|
  135. [DateLastAccessed | Returns the date and time that the specified file or folder was last accessed. Read-only]
  136. DateLastAccessed|
  137. [DateLastModified | Returns the date and time that the specified file or folder was last modified. Read-only]
  138. DateLastModified|
  139. [Description | Returns or sets a descriptive string associated with an error]
  140. Description |[= stringexpression]
  141. [Drive | Returns the drive letter of the drive on which the specified file or folder resides. Read-only]
  142. Drive|
  143. [DriveLetter | Returns the drive letter of a physical local drive or a network share. Read-only]
  144. DriveLetter|
  145. [Drives | Returns a Drives collection consisting of all Drive objects available on the local machine]
  146. Drives|
  147. [DriveType | Returns a value indicating the type of a specified drive]
  148. DriveType|
  149. [Files | Returns a Files collection consisting of all File objects contained in the specified folder, including those with hidden and system file attributes set]
  150. Files|
  151. [FileSystem | Returns the type of file system in use for the specified drive]
  152. FileSystem|
  153. [FirstIndex | Returns the position in a search string where a match occurs]
  154. FirstIndex|
  155. [FreeSpace | Returns the amount of free space available to a user on the specified drive or network share. Read-only]
  156. FreeSpace|
  157. [Global | Sets or returns a Boolean value that indicates if a pattern should match all occurrences in an entire search string or just the first one]
  158. Global |[= True | False ]
  159. [HelpContext | Sets or returns a context ID for a topic in a Help File]
  160. HelpContext |[= contextID]
  161. [HelpFile | Sets or returns a fully qualified path to a Help File]
  162. HelpFile |[= contextID]
  163. [IgnoreCase | Sets or returns a Boolean value that indicates if a pattern search is case-sensitive or not]
  164. IgnoreCase |[= True | False ]
  165. [IsReady | Returns True if the specified drive is ready; False if it is not]
  166. IsReady|
  167. [IsRootFolder | Returns True if the specified folder is the root folder; False if it is not]
  168. IsRootFolder|
  169. [Item | Sets or returns an item for a specified key in a Dictionary object. For collections, returns an item based on the specified key. Read/write]
  170. Item(|key) [= newitem]
  171. [Key | Sets a key in a Dictionary object]
  172. Key(|key) = newkey
  173. [Length | Returns the length of a match found in a search string]
  174. Length|
  175. [Line | Read-only property that returns the current line number in a TextStream file]
  176. Line|
  177. [Name | Sets or returns the name of a specified file or folder. Read/write]
  178. Name |[= newname]
  179. [Number | Returns or sets a numeric value specifying an error. Number is the Err object's default property]
  180. Number |[= errornumber]
  181. [ParentFolder | Returns the folder object for the parent of the specified file or folder. Read-only]
  182. ParentFolder|
  183. [Path | Returns the path for a specified file, folder, or drive]
  184. Path|
  185. [Pattern | Sets or returns the regular expression pattern being searched for]
  186. Pattern |[= "searchstring"]
  187. [RootFolder | Returns a Folder object representing the root folder of a specified drive. Read-only]
  188. RootFolder|
  189. [SerialNumber | Returns the decimal serial number used to uniquely identify a disk volume]
  190. SerialNumber|
  191. [ShareName | Returns the network share name for a specified drive]
  192. ShareName|
  193. [ShortName | Returns the short name used by programs that require the earlier 8.3 naming convention]
  194. ShortName|
  195. [ShortPath | Returns the short path used by programs that require the earlier 8.3 file naming convention]
  196. ShortPath|
  197. [Size | For files, returns the size, in bytes, of the specified file. For folders, returns the size, in bytes, of all files and subfolders contained in the folder]
  198. Size|
  199. [Source | Returns or sets the name of the object or application that originally generated the error]
  200. Source |[= stringexpression]
  201. [SubFolders | Returns a Folders collection consisting of all folders contained in a specified folder, including those with Hidden and System file attributes set]
  202. SubFolders|
  203. [TotalSize | Returns the total space, in bytes, of a drive or network share]
  204. TotalSize|
  205. [Type | Returns information about the type of a file or folder. For example, for files ending in .TXT, "Text Document" is returned]
  206. Type|
  207. [Value | Returns the value or text of a match found in a search string]
  208. Value|
  209. [VolumeName | Sets or returns the volume name of the specified drive. Read/write]
  210. VolumeName |[= newname]
  211.  
  212. ; created by Kodlodot
  213. [Dim | Declares variables and allocates storage space]
  214. Dim |
  215. [Option Explicit | Forces explicit declaration of all variables in a script]
  216. Option Explicit|
  217. [Do Until...Loop | Repeats a block of statements while a condition is True or until a condition becomes True]
  218. Do Until |
  219.  
  220.    Exit Do
  221.  
  222. Loop 
  223. [Do While...Loop | Repeats a block of statements while a condition is True or until a condition becomes True]
  224. Do While |
  225.  
  226.    Exit Do
  227.  
  228. Loop 
  229. [For...Next | Repeats a group of statements a specified number of times]
  230. For i| = 1 To 10 Step 1
  231.  
  232.     Exit For
  233.  
  234. Next
  235. [For Each...Next | Repeats a group of statements for each element in an array or collection]
  236. For Each |element In group
  237.  
  238.    Exit For
  239.  
  240. Next
  241. [Now | Returns the current date and time according to the setting of your computer's system date and time]
  242. Now
  243. [Response.Buffer |]
  244. Response.Buffer=true/false|
  245. [Response.Expires |]
  246. Response.Expires=|
  247. [Response.Write |]
  248. Response.Write(|)
  249. [Response.Redirect |]
  250. Response.Redirect("|")
  251. [Request.Form |]
  252. Request.Form("|")
  253. [Request.QueryString |]
  254. Request.QueryString("|")
  255. [Date |]
  256. Date
  257. [Time |]
  258. Time
  259. [Year(Now) | ]
  260. Year(Now)
  261. [Month(Now) | ]
  262. Month(Now)
  263. [Day(Now) | ]
  264. Day(Now)
  265. [WeekDay(Now, 2) | ]
  266. WeekDay(Now, 2)
  267. [Hour(Now) | ]
  268. Hour(Now)
  269. [Minute(Now) | ]
  270. Minute(Now)
  271. [Second(Now) | ]
  272. Second(Now)
  273. [If...Then...Else | Conditionally executes a group of statements, depending on the value of an expression]
  274. If | Then
  275.  
  276. ElseIf  Then
  277.  
  278. Else
  279.  
  280. End If 
  281. [Set .. = Server.CreateObject("ADODB.Command") |]
  282. Set | = Server.CreateObject("ADODB.Command")
  283. [Set .. = Server.CreateObject("ADODB.Connection") |]
  284. Set | = Server.CreateObject("ADODB.Connection")
  285. [Set .. = Server.CreateObject("ADODB.Stream") |]
  286. Set | = Server.CreateObject("ADODB.Stream")
  287. [Set .. = Server.CreateObject("MSXML2.DOMDocument") |]
  288. Set | = Server.CreateObject("MSXML2.DOMDocument")
  289. [FileSystemObject | Provides access to a computer's file system]
  290. Dim fso, MyFile
  291. Set fso = CreateObject("Scripting.FileSystemObject")
  292. Set MyFile = fso.CreateTextFile("c:\testfile.txt", True)
  293. MyFile.WriteLine("This is a test.")
  294. MyFile.Close
  295. [conn | dB Template]
  296. Dim conn, rs 
  297. Set conn = Server.CreateObject ("ADODB.Connection")
  298. conn.Open ("Table") 
  299. Set rs = conn.Execute ("SELECT * FROM Table")
  300.  
  301. Do Until rs.EOF 
  302.    Response.Write(rs("Column"))
  303.    rs.MoveNext 
  304. Loop
  305. Set rs = Nothing
  306.  
  307. conn.Close 
  308. Set conn = Nothing
  309. ;
  310. [pokus | pokus]
  311. <!-- %datetime% -->